home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Snippets / Development Tools & Languages / Eenie / IncludeFiles.h < prev    next >
Encoding:
Text File  |  1995-02-13  |  2.2 KB  |  162 lines  |  [TEXT/MPS ]

  1. // IncludeFiles.h ---------------------------------------------
  2. // Copyright © 1991 by Apple Computer, Inc. All rights reserved.
  3.  
  4. #ifndef __TYPES__
  5. #include <Types.h>
  6. #endif
  7.  
  8. #ifndef __MACAPPTYPES__
  9. #include <MacAppTypes.h>
  10. #endif
  11.  
  12. #ifndef __MEMORY__
  13. #include <Memory.h>
  14. #endif
  15.  
  16. #ifndef __UOBJECT__
  17. #include <UObject.h>
  18. #endif
  19.  
  20. #ifndef __ULIST__
  21. #include <UList.h>
  22. #endif
  23.  
  24. #ifndef __APPLEEVENTS__
  25. #include <AppleEvents.h>
  26. #endif
  27.  
  28. #ifndef __UEVENT__
  29. #include <UEvent.h>
  30. #endif
  31.  
  32. #ifndef __UCOMMAND__
  33. #include <UCommand.h>
  34. #endif
  35.  
  36. #ifndef __EDITIONS__
  37. #include <Editions.h>
  38. #endif
  39.  
  40. #ifndef __SCRAP__
  41. #include <Scrap.h>
  42. #endif
  43.  
  44.  
  45. #ifndef __DIALOGS__
  46. #include <Dialogs.h>
  47. #endif
  48.  
  49. #ifndef __UEVTHANDLER__
  50. #include <UEventHandler.h>
  51. #endif
  52.  
  53. #ifndef __UAPPLICATION__
  54. #include <UApplication.h>
  55. #endif
  56.  
  57. #ifndef __UDOCUMENT__
  58. #include <UDocument.h>
  59. #endif
  60.  
  61. #ifndef __BALLOONS__
  62. #include <Balloons.h>
  63. #endif
  64.  
  65. #ifndef __UVIEW__
  66. #include <UView.h>
  67. #endif
  68.  
  69. #ifndef __UDEPENDENCIES__
  70. #include <UDependencies.h>
  71. #endif
  72.  
  73. #ifndef __UWINDOW__
  74. #include <UWindow.h>
  75. #endif
  76.  
  77. #ifndef __UPRINTHANDLER__
  78. #include <UPrintHandler.h>
  79. #endif
  80.  
  81. #ifndef __UFAILURE__
  82. #include <UFailure.h>
  83. #endif
  84.  
  85. #ifndef __UGEOMETRY__
  86. #include <UGeometry.h>
  87. #endif
  88.  
  89. #ifndef __UMACAPPUTILITIES__
  90. #include <UMacAppUtilities.h>
  91. #endif
  92.  
  93. #ifndef __MENUS__
  94. #include <Menus.h>
  95. #endif
  96.  
  97. #ifndef __UMENUMGR__
  98. #include <UMenuMgr.h>
  99. #endif
  100.  
  101. #ifndef __UPATCH__
  102. #include <UPatch.h>
  103. #endif
  104.  
  105. #ifndef __UMACAPPGLOBALS__
  106. #include <UMacAppGlobals.h>
  107. #endif
  108.  
  109. #ifndef __UFILEBASEDDOCUMENT__
  110. #include <UFileBasedDocument.h>
  111. #endif
  112.  
  113. #ifndef __UDRAWINGENVIRONMENT__
  114. #include <UDrawingEnvironment.h>
  115. #endif
  116.  
  117. #ifndef __UPRINTING__
  118. #include <UPrinting.h>
  119. #endif
  120.  
  121. #ifndef __PRINTING__
  122. #include <Printing.h>
  123. #endif
  124.  
  125. #ifndef __FONTS__
  126. #include <Fonts.h>
  127. #endif
  128.  
  129. #ifndef __LOWMEM__
  130. #include <LowMem.h>
  131. #endif
  132.  
  133. #ifndef __PACKAGES__
  134. #include <Packages.h>
  135. #endif
  136.  
  137. #ifndef __TOOLUTILS__
  138. #include <ToolUtils.h>
  139. #endif
  140.  
  141. #ifndef __UERRORMGR__
  142. #include <UErrorMgr.h>
  143. #endif
  144. #ifndef __UTEAROFFMENUVIEW__
  145. #include <UTearOffMenuView.h>
  146. #endif
  147.  
  148. #ifndef __UFLOATWINDOW__
  149. #include <UFloatWindow.h>
  150. #endif
  151.  
  152. #ifndef __UVIEWSERVER__
  153. #include <UViewServer.h>
  154. #endif
  155.  
  156. #ifndef __EENIEREZ__
  157. #include <EenieRez.h>
  158. #endif
  159.  
  160. #ifndef __UDIALOG__
  161. #include <UDialog.h>
  162. #endif